Widget header
Header bar for small widgets (like recent cases etc on home)

Usage
This Component can be used by using the following HTML Tag:
<tc-tibco-cloud-widget-header></tc-tibco-cloud-widget-header>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| headerText | string | Text shown in menu bar |
| icon | string | icon name (svg key - needs to be registered) |
| showHeader | boolean | |
| toolbarButtons | ToolbarButton[] | buttons to display in the menu bar |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| toolbarButtonEvent | EventEmitter |
||
| Event | toolbarButtonEvent | Button Clicked | |
| Payload | string | tells caller a button was clicked - outputs button Id |
full development Documentation